'Declaration Public Function New( _ ByVal executeAction As Action, _ ByVal canExecute As Func(Of Boolean) _ )
public DelegateCommand( Action executeAction, Func<bool> canExecute )
Parameters
- executeAction
- canExecute
'Declaration Public Function New( _ ByVal executeAction As Action, _ ByVal canExecute As Func(Of Boolean) _ )
public DelegateCommand( Action executeAction, Func<bool> canExecute )